FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.oh-olis#2.0.0-0.0.1 (125 ms)

Package ca.on.oh-olis
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-ServiceRequest
Url http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-ServiceRequest
Version 2.0.0
Status active
Date 2023-11-15T21:02:44.5958778+00:00
Name ServiceRequest
Experimental False
Type ServiceRequest
Kind resource

Resources that use this resource

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-DiagnosticReport DiagnosticReport
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Observation Observation
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Specimen Specimen
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-ServiceRequest ServiceRequest

Resources that this resource uses

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Encounter Encounter
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-orderTiming OLISOrderTiming
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Organization Organization
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Patient Patient
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-poc-test-id PointOfCareTestID
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-PractitionerRole PractitionerRole
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-record-block ServiceRequestBlockIndicator
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-sort-key SortKey
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Observation Observation
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Specimen Specimen
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-ServiceRequest ServiceRequest
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ext-lab-request-status OLISLabRequestStatus
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ext-ReportableTestIndicator ReportableTestIndicator
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-test-request-placer TestRequestPlacer
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-note-source SourceOfNote
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-cc-list TestRequestRecipient
http://terminology.hl7.org/ValueSet/v2-0065 hl7VS-actionCode
http://ehealthontario.ca/fhir/ValueSet/ca-on-diagnosis-codes DiagnosisCodes
http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-test-request-codes TestRequestCodes


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "e9e685f3-4c2a-40fc-8784-78e4149454e8",
  "meta" : {
    "lastUpdated" : "2023-11-15T21:01:27.1045619+00:00"
  },
  "url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-ServiceRequest",
  "version" : "2.0.0",
  "name" : "ServiceRequest",
  "status" : "active",
  "date" : "2023-11-15T21:02:44.5958778+00:00",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "OLIS-HL7-v2",
      "uri" : "http://ontariohealth.ca",
      "name" : "HL7 v2 Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "ServiceRequest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "ServiceRequest.id",
        "path" : "ServiceRequest.id",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.meta",
        "path" : "ServiceRequest.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.meta.lastUpdated",
        "path" : "ServiceRequest.meta.lastUpdated",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.22"
          }
        ]
      },
      {
        "id" : "ServiceRequest.meta.profile",
        "path" : "ServiceRequest.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-ServiceRequest|2.0.0",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.extension",
        "path" : "ServiceRequest.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "ServiceRequest.extension:ext-reportableTestIndicator",
        "path" : "ServiceRequest.extension",
        "sliceName" : "ext-reportableTestIndicator",
        "short" : "Reportable test indicator",
        "definition" : "Up to 5 may be returned",
        "min" : 0,
        "max" : "5",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ext-ReportableTestIndicator"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.extension:ext-reportableTestIndicator.value[x].coding.system",
        "path" : "ServiceRequest.extension.value[x].coding.system",
        "fixedUri" : "http://ehealthontario.ca/fhir/CodeSystem/ca-on-lab-reportable-test-indicator"
      },
      {
        "id" : "ServiceRequest.extension:ext-reportableTestIndicator.value[x].coding.code",
        "path" : "ServiceRequest.extension.value[x].coding.code",
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ZBR.9",
            "comment" : "valueCodeableConcept is used. Possible values \"CCO\" and \"PH2\""
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:TestRequestSortKey",
        "path" : "ServiceRequest.extension",
        "sliceName" : "TestRequestSortKey",
        "short" : "Test Request Sort Key",
        "definition" : "allows laboratories to suggest the sequence of test requests within a single order to organize the display of the patient report by other external systems",
        "comment" : "Most LIS systems contain sorting information in their test dictionaries that can be used to populate this field. If sorting information is not available, this must be brought to the attention of eHealth Ontario before interface development work begins to avoid the risk of failing conformance testing. Sort keys are essential for other systems to render the lab report as the laboratory intended the report to be viewed by the practitioner.",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-sort-key"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.extension:TestRequestSortKey.value[x]",
        "path" : "ServiceRequest.extension.value[x]",
        "slicing" : {
          "rules" : "open"
        },
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ZBR.11",
            "comment" : "use valueString for test request sort key"
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:TestRequestRecipient",
        "path" : "ServiceRequest.extension",
        "sliceName" : "TestRequestRecipient",
        "short" : "Recipient of the test request (cc Practitioner)",
        "definition" : "Identify practitioners who are to be copied on this order/report. It is important to identify all cc’d practitioners so that each practitioner is aware who is copied, and to ensure that the report is available to each practitioner through the practitioner query.",
        "min" : 0,
        "max" : "10",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-cc-list"
            ]
          }
        ],
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.28"
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:testRequestBlockIndicator",
        "path" : "ServiceRequest.extension",
        "sliceName" : "testRequestBlockIndicator",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-record-block"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.extension:TestRequestPlacer",
        "path" : "ServiceRequest.extension",
        "sliceName" : "TestRequestPlacer",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-test-request-placer"
            ]
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ZBR.2",
            "comment" : "valueReference shall point to an organization resource based on ZBR.2"
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:PointOfCareTestID",
        "path" : "ServiceRequest.extension",
        "sliceName" : "PointOfCareTestID",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-poc-test-id"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.identifier",
        "path" : "ServiceRequest.identifier",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.identifier.type",
        "path" : "ServiceRequest.identifier.type",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.identifier.type.coding",
        "path" : "ServiceRequest.identifier.type.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.identifier.type.coding.system",
        "path" : "ServiceRequest.identifier.type.coding.system",
        "min" : 1,
        "fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.identifier.type.coding.code",
        "path" : "ServiceRequest.identifier.type.coding.code",
        "min" : 1,
        "fixedCode" : "PLAC",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.identifier.type.coding.display",
        "path" : "ServiceRequest.identifier.type.coding.display",
        "short" : "Placer order number",
        "min" : 1,
        "fixedString" : "Placer Identifier",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.identifier.system",
        "path" : "ServiceRequest.identifier.system",
        "definition" : "OLIS will use org specific URIs for system. See examples below and notes in the profile page.",
        "min" : 1,
        "example" : [
          {
            "label" : "Lab issued test request id",
            "valueUri" : "http://ehealthontario.ca/fhir/NamingSystem/lab/test-request-id-lab-license-[id]"
          },
          {
            "label" : "Specimen collection centre issued id",
            "valueUri" : "http://ehealthontario.ca/fhir/NamingSystem/lab/test-request-id-scc-license-[id]"
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.2.3"
          }
        ]
      },
      {
        "id" : "ServiceRequest.identifier.value",
        "path" : "ServiceRequest.identifier.value",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.2.1"
          }
        ]
      },
      {
        "id" : "ServiceRequest.identifier.assigner",
        "path" : "ServiceRequest.identifier.assigner",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Organization"
            ]
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.2.3"
          }
        ]
      },
      {
        "id" : "ServiceRequest.identifier.assigner.reference",
        "path" : "ServiceRequest.identifier.assigner.reference",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.replaces",
        "path" : "ServiceRequest.replaces",
        "short" : "Indicates when replacing test request(s) and associated child test request(s) and result(s) in OLIS",
        "definition" : "The field cannot be used in conjunction with Full Replace Amendment (ZBR.13) and must only be used for Microbiology modality",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-ServiceRequest"
            ]
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ZBR.13, ZBR.14",
            "comment" : "If all test requests in an order have ZBR.14 set, this order is replacing the previous one"
          }
        ]
      },
      {
        "id" : "ServiceRequest.replaces.identifier",
        "path" : "ServiceRequest.replaces.identifier",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.replaces.identifier.system",
        "path" : "ServiceRequest.replaces.identifier.system",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.2.3",
            "comment" : "Use this mapping if ZBR.13 or ZBR.14 = \"Y\""
          }
        ]
      },
      {
        "id" : "ServiceRequest.replaces.identifier.value",
        "path" : "ServiceRequest.replaces.identifier.value",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.2.1",
            "comment" : "Use this mapping if ZBR.13 or ZBR.14 is \"Y\""
          }
        ]
      },
      {
        "id" : "ServiceRequest.requisition",
        "path" : "ServiceRequest.requisition",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.requisition.system",
        "path" : "ServiceRequest.requisition.system",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ORC.4.3"
          }
        ]
      },
      {
        "id" : "ServiceRequest.requisition.value",
        "path" : "ServiceRequest.requisition.value",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ORC.4.1"
          }
        ]
      },
      {
        "id" : "ServiceRequest.requisition.assigner",
        "path" : "ServiceRequest.requisition.assigner",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-provider-profile-Organization"
            ]
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ORC.4.3"
          }
        ]
      },
      {
        "id" : "ServiceRequest.requisition.assigner.reference",
        "path" : "ServiceRequest.requisition.assigner.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.status",
        "path" : "ServiceRequest.status",
        "short" : "active | revoked | completed",
        "comment" : "Implementers must use the extension under this element to retrieve the status of this test request.",
        "fixedCode" : "unknown",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.status.extension",
        "path" : "ServiceRequest.status.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "ServiceRequest.status.extension:ext-OLISLabRequestStatus",
        "path" : "ServiceRequest.status.extension",
        "sliceName" : "ext-OLISLabRequestStatus",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ext-lab-request-status"
            ]
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.25",
            "comment" : "OBR.25 = \"O\" or \"I\" map to the same value. map \"A\" to \"partial\", \"P\" to preliminary, \"F\" to \"final\", C to \"corrected\", \"X\" and \"E\" to \"cancelled\""
          }
        ]
      },
      {
        "id" : "ServiceRequest.intent",
        "path" : "ServiceRequest.intent",
        "fixedCode" : "order",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.priority",
        "path" : "ServiceRequest.priority",
        "short" : "routine | asap | stat",
        "definition" : "Indicates how quickly the ServiceRequest should be addressed with respect to other requests. This is used to support routine, asap and stat orders in OLIS. For timed orders, refer to occurrence[x].",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.27.6",
            "comment" : "use this for v2 values \"S\" (stat), \"A\" (asap), \"R\" (routine)"
          }
        ]
      },
      {
        "id" : "ServiceRequest.code",
        "path" : "ServiceRequest.code",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "description" : "Test request codes supported by OLIS. These are found on the Test Request Nomenclature tab of the downloadable Excel spreadsheet.",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-test-request-codes"
        }
      },
      {
        "id" : "ServiceRequest.code.coding",
        "path" : "ServiceRequest.code.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.code.coding.system",
        "path" : "ServiceRequest.code.coding.system",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.4.3"
          }
        ]
      },
      {
        "id" : "ServiceRequest.code.coding.code",
        "path" : "ServiceRequest.code.coding.code",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.4.1"
          }
        ]
      },
      {
        "id" : "ServiceRequest.code.coding.display",
        "path" : "ServiceRequest.code.coding.display",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.4.2"
          }
        ]
      },
      {
        "id" : "ServiceRequest.code.text",
        "path" : "ServiceRequest.code.text",
        "definition" : "Contain the \"alternate name\" of the test request code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.orderDetail",
        "path" : "ServiceRequest.orderDetail",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://terminology.hl7.org/ValueSet/v2-0065"
        },
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.11"
          }
        ]
      },
      {
        "id" : "ServiceRequest.orderDetail.coding",
        "path" : "ServiceRequest.orderDetail.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.orderDetail.coding.system",
        "path" : "ServiceRequest.orderDetail.coding.system",
        "min" : 1,
        "fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0065",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.orderDetail.coding.code",
        "path" : "ServiceRequest.orderDetail.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.orderDetail.coding.display",
        "path" : "ServiceRequest.orderDetail.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.subject",
        "path" : "ServiceRequest.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.subject.reference",
        "path" : "ServiceRequest.subject.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.encounter",
        "path" : "ServiceRequest.encounter",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Encounter"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.encounter.reference",
        "path" : "ServiceRequest.encounter.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.occurrence[x]",
        "path" : "ServiceRequest.occurrence[x]",
        "definition" : "The date/time at which the requested service should occur. For timed order, occurrenceTiming will be used with timing.event populated. For other priority types, occurrenceDateTime will be used",
        "min" : 1,
        "type" : [
          {
            "code" : "dateTime"
          },
          {
            "code" : "Timing",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-orderTiming"
            ]
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.27.4",
            "comment" : "map OBR.27.4 to occurrenceTiming.event for timed orders (OBR.27.6 = \"T\"). For other priorities, map occurrenceDateTime to OBR.27.4"
          }
        ]
      },
      {
        "id" : "ServiceRequest.authoredOn",
        "path" : "ServiceRequest.authoredOn",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ORC.9"
          }
        ]
      },
      {
        "id" : "ServiceRequest.requester",
        "path" : "ServiceRequest.requester",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-PractitionerRole"
            ]
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.16, ZBR.2",
            "comment" : "If requester is a practitioner, use PractitionerRole.practitioner. If requester is an organization, it would be in PractitionerRole.organization. If OBR.16 does not have valid value, use ZBR.2"
          }
        ]
      },
      {
        "id" : "ServiceRequest.requester.reference",
        "path" : "ServiceRequest.requester.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.performer",
        "path" : "ServiceRequest.performer",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Organization"
            ]
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ZBR.8"
          }
        ]
      },
      {
        "id" : "ServiceRequest.performer.reference",
        "path" : "ServiceRequest.performer.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.reasonCode",
        "path" : "ServiceRequest.reasonCode",
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "description" : "This value set contains all concepts represented by ICD-10-CA - the International Classification of Disease developed by the WHO and enhanced by CIHI to meed Canadian morbidity data needs",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-diagnosis-codes"
        }
      },
      {
        "id" : "ServiceRequest.reasonCode.coding",
        "path" : "ServiceRequest.reasonCode.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.reasonCode.coding.system",
        "path" : "ServiceRequest.reasonCode.coding.system",
        "min" : 1,
        "fixedUri" : "http://hl7.org/fhir/sid/icd-10",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "DG1.3.3"
          }
        ]
      },
      {
        "id" : "ServiceRequest.reasonCode.coding.code",
        "path" : "ServiceRequest.reasonCode.coding.code",
        "short" : "ICD-10-CA code for the diagnosis attached to the test request",
        "definition" : "Indicate a valid code from the ICD-10-CA Standard",
        "comment" : "allows ICD-10-CA-encoded diagnosis information to be communicated when required to complete the requested tests (e.g., diabetes mellitus status of the patient for maternal screening).",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "DG1.3.1"
          }
        ]
      },
      {
        "id" : "ServiceRequest.reasonCode.coding.display",
        "path" : "ServiceRequest.reasonCode.coding.display",
        "short" : "The ICD-10-CA Diagnosis Code Short Description",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "DG1.3.2"
          }
        ]
      },
      {
        "id" : "ServiceRequest.reasonReference",
        "path" : "ServiceRequest.reasonReference",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Observation"
            ]
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "OBR.26"
          }
        ]
      },
      {
        "id" : "ServiceRequest.reasonReference.reference",
        "path" : "ServiceRequest.reasonReference.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.specimen",
        "path" : "ServiceRequest.specimen",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Specimen"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.specimen.reference",
        "path" : "ServiceRequest.specimen.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.note",
        "path" : "ServiceRequest.note",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "NTE-ZNT"
          }
        ]
      },
      {
        "id" : "ServiceRequest.note.extension",
        "path" : "ServiceRequest.note.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "ServiceRequest.note.extension:ext-source-comment",
        "path" : "ServiceRequest.note.extension",
        "sliceName" : "ext-source-comment",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-note-source"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.note.extension:ext-source-comment.value[x].coding.code",
        "path" : "ServiceRequest.note.extension.value[x].coding.code",
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "NTE.2",
            "comment" : "valueCodeableConcept.coding.code will be \"L\", \"P\", or \"O\". Refer to value set"
          }
        ]
      },
      {
        "id" : "ServiceRequest.note.author[x]",
        "path" : "ServiceRequest.note.author[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Organization"
            ]
          }
        ],
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "ZNT.1 (Source Organization)",
            "comment" : "Reference value SHALL point to an organization identified by the license in the bundle"
          }
        ]
      },
      {
        "id" : "ServiceRequest.note.author[x].reference",
        "path" : "ServiceRequest.note.author[x].reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.note.text",
        "path" : "ServiceRequest.note.text",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "OLIS-HL7-v2",
            "map" : "NTE.3"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.